From: Jesús Martínez Novo Date: Sun, 24 May 2015 13:50:34 +0000 (+0200) Subject: HISTORY: Note new $wgThumbnailBuckets as of 1.24.0 X-Git-Tag: 1.31.0-rc.0~11299^2 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=aab8487351dcf4f063e5db6a51bf5a7dc360ad60;p=lhc%2Fweb%2Fwiklou.git HISTORY: Note new $wgThumbnailBuckets as of 1.24.0 Follow-up of 02ca7bff9b100f9def06dad4b28fe6fdc2c26b44 Bug: T78053 Change-Id: I625fee0c4ba85f80396ea396f3fc0019c612ff76 --- diff --git a/HISTORY b/HISTORY index 0cf6b08537..4cca02389d 100644 --- a/HISTORY +++ b/HISTORY @@ -194,6 +194,13 @@ Change notes from older releases. For current info see RELEASE-NOTES-1.26. Special:DeletedContributions * Added DeletedContributionsLineEnding hook allowing extensions to format Special:DeletedContributions lines +* (T69525) You can now make MediaWiki speed up its thumbnail rendering by using + intermediary thumbnails. $wgThumbnailBuckets must be set to a list of target + thumbnail widths; when a new thumbnail needs to be rendered, MediaWiki will + find the smallest bucket smaller than the original but larger than the target + width + $wgThumbnailMinimumBucketDistance, and it will scale that thumbnail, + rather than the original, down to the target size at greater speed in return + for minor loss of fidelity. === Bug fixes in 1.24 === * (bug 50572) MediaWiki:Blockip should support gender